ul hide bullet css

32

/* do this in CSS  to hide the bullets from ul list*/

ul {
    list-style: none;
}
ul.ba {
    list-style-type: none;
}
ul{
  list-style-type: none;
}

Comments

Submit
0 Comments